home *** CD-ROM | disk | FTP | other *** search
- on tastimain
- global NumTasto, fra, flag, LastEvidente
- if NumTasto = 5 then
- set fra to the frame
- puppetTransition(51)
- set LastEvidente to 8
- cursor([member "C1", member "C2"])
- go("Quit")
- exit
- end if
- if NumTasto = 8 then
- set flag to 0
- sistemaframe()
- puppetTransition(51)
- go(fra)
- exit
- end if
- if NumTasto = 9 then
- puppetTransition(51)
- go("Credit")
- exit
- end if
- puppetTransition(51)
- go("VAI")
- end
-